Skip to content

Upgrade ES to 8.17 #6612

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Conversation

smithellis
Copy link
Contributor

This upgrades ES from 7.x to 8.17

  • Updated elasticsearch and elasticsearch-dsl packages in pyproject.toml
  • Updated ES and Kibana Docker images in docker-compose.yml
  • Added xpack.security.enabled=false for development environment
  • Updated client API usage to ES 8.x syntax (query= instead of body=)
  • Added SSL/certificate support in es_client() method
  • Implemented recreate_index_and_mapping() function for index management
  • Updated tests for ES 8.x compatibility (renamed Elastic7TestCaseElasticTestCase)

These changes maintain backward compatibility while enabling the latest
Elasticsearch features and security improvements.

@smithellis smithellis marked this pull request as draft April 3, 2025 20:12
@smithellis smithellis force-pushed the upgrade-elasticsearch branch from e4a9b6a to a8e17b1 Compare April 9, 2025 03:36
@smithellis
Copy link
Contributor Author

Closing for #6640

@smithellis smithellis closed this Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant